* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;*/
    ;
/* 
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
       font-family: 'Inter', sans-serif;






}


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  
  font-family: none;
   background: #ffffff;
  color: #241c15; 
  /* padding-top: 100px; */
  overflow-x: hidden;
  
}





.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
   background: white;
  border-bottom: 1px solid #e6e6e6;
  /*z-index: 9999; */


  border-bottom: none; /* remove old border */
  z-index: 9999;
  /* overflow: visible; */
}




/* WAVE CONTAINER */
/* .header-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 35px;
  line-height: 0;
} */


.header-wave {
  position: absolute;
  bottom: 70px; /* pushes wave below header */
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 0;
}

/* SVG */
.header-wave svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Wave color */
.header-wave path {
  /* fill: #469ee6;  */
  fill: #2f8cc9;
}

.nav {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  display: block;
}



.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #241c15;
  display: block;
}



.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links li {
  position: relative;
  color: #1f5c82;
  
}
/* .nav-links li a:hover {
  color: #469ee6;
  
} */

.nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #241c15;
  padding: 10px 0;
  color: #1f5c82;
}



/* .mega-mailchimp {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  max-width: 1200px;
  background: #ffffff;
  box-shadow: 0 32px 64px rgba(36, 28, 21, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9998;
} */

.mega-mailchimp {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;           /* FULL PAGE WIDTH */
  max-width: none;        /* remove restriction */
  transform: none;        /* remove centering */
  background: #ffffff;
  box-shadow: 0 32px 64px rgba(36, 28, 21, 0.18);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 9998;
}

.has-mega:hover .mega-mailchimp,
.mega-mailchimp:hover {
  opacity: 1;
  visibility: visible;
}


.has-mega::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 40px;
}





.has-mega .mega-mailchimp {
  display: none;
}

.has-mega.open .mega-mailchimp {
  display: flex;
  opacity: 1;
  visibility: visible;
}




.mega-left {
  flex: 3;
  padding: 48px;
}
.mega-left h2{
    margin-bottom: 10px;
   font-weight: normal;

}

.mega-right {
  flex: 1.4;
  padding: 48px;
  background: #f6f6f4;
}
.mega-right p{
  font-size: 15px;
    /* font-size: 0.95rem; */
    /* font-family: 'Courier New', Courier, monospace; */
    color:#6b6b6b ;

     font-size: 14px;
    /* font-family: 'Segoe UI', sans-serif; */
    
    
      font-family: 'Inter', sans-serif;
      font-weight: 400;
  
  color: #241c15;
  color: #1f5c82;
  line-height: 1.6;
     
}



.mega-right h5 {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  /* color: #469ee6; */
  color: #2f8cc9;
   color: #1f5c82;
}


.mega-right ul {
  list-style: none;
}

.mega-right li {
  font-size:14px;
  padding: 10px 0;
  
  color: #6b6b6b;
}




.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 36px;
}

.item {
  display: flex;
  gap: 16px;
}

.item i {
  font-size: 20px;
  margin-top: 3px;
  /*color: #241c15;*/
  /*color: #55a2e0;*/
  /* color: #469ee6; */
  /* color: #2f8cc9; */

}
.item h4 {
  
}
.item h4:hover {
  
  cursor: pointer;
  text-decoration: underline;
  
}


.item p {
  font-size: 13px;
  /* color: #6b6b6b; */
  /* color: #1f5c82; */
  
  line-height: 1.6;
  color: #6b6b6b;
  font-weight: 450;
}


.industry-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.industry-item {
  display: flex;
  gap: 16px;
  
}

.industry-item i {
  font-size: 20px;
  /*color: #241c15;*/
  /* color: #469ee6; */
  /* color: #2f8cc9; */
  /*margin-top: 3px;*/
   color: #1f5c82;
}
.industry-content h4{
  font-size: 16px;
  color: #1f5c82;
  
}

.industry-content a {
  font-size: 16px;
  font-weight: 600;
  color: #241c15;
  text-decoration: none;
}
.industry-content a:hover {
  text-decoration: underline;
  color: black;
}

.industry-content p {
  font-size: 14px;
  color: #6b6b6b;
  margin-top: 6px;
}





.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: #241c15;
}





/* .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}


.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
} */



/* .nav-links > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}


.nav-links > li > a:hover .nav-chevron {
  transform: rotate(180deg);
}


.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
} */



/* NAV LINK BASE */
.nav-links > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
}


.nav-links > li > a:hover {
  /* color: #469ee6; */
  color: #2f8cc9;
}

/* UNDERLINE (hidden initially) */
.nav-links > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  /*background-color: #241c15;*/
  /* background-color: #469ee6; */
  background-color: #2f8cc9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* SHOW UNDERLINE ON HOVER */
.nav-links > li > a:hover::after {
  transform: scaleX(1);
  /* color: #469ee6; */
  color: #2f8cc9;
}

/* CHEVRON ICON */
.nav-chevron {
  font-size: 11px;
  transition: transform 0.3s ease;
}

/* ROTATE CHEVRON ON HOVER (ALL ITEMS) */
.nav-links > li > a:hover .nav-chevron {
  transform: rotate(180deg);
}

/* KEEP ROTATED WHEN MEGA MENU IS OPEN */
.has-mega.open > a .nav-chevron {
  transform: rotate(180deg);
}

/* KEEP UNDERLINE WHEN MEGA MENU IS OPEN */
.has-mega.open > a::after {
  transform: scaleX(1);
}





@media (max-width: 800px) {

  /* HEADER */
  body {
    padding-top: 80px;
  }

  .menu-toggle {
    display: flex;
    z-index: 10001;
  }

  /* MAIN NAV */
  .nav-links {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #ffffff;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 16px;
    overflow-y: auto;
    display: none;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    display: block;
  }

  /* DISABLE HOVER ON MOBILE */
  .has-mega:hover .mega-mailchimp {
    opacity: 1;
    visibility: visible;
  }

  /* MEGA MENU */
  .mega-mailchimp {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    border-top: 1px solid #eee;
  
    

     
  }

  .has-mega.open .mega-mailchimp {
    display: block;
  }

  /* STACK CONTENT */
  .mega-left,
  .mega-right {
    padding: 16px 0;
    background: transparent;
    width: 100%;
  }

  .mega-left h2 {
    font-size: 18px;
  }

  

  /* PRODUCTS → SINGLE COLUMN */
  .mega-grid {
    grid-template-columns: 1fr;
    gap: 18px;

  }

  /* .mega-grid {
  justify-items: center;
} */


  .item {
    gap: 12px;
  }

  .item h4 {
    font-size: 15px;
  }

  .item p {
    font-size: 13px;
    font-weight: 450;
  
  line-height: 1.6;
  color: #6b6b6b;
  }

  /* INDUSTRIES */
  .industry-list {
    gap: 20px;
  }

  .industry-content a {
    font-size: 15px;
  }

  .industry-content p {
    font-size: 13px;
  }

  /* RIGHT PANEL */
  .mega-right h5 {
    font-size: 12px;
  }

  .mega-right li {
    font-size: 12px;
    padding: 8px 0;
  }
}



/* BENEFITS LIST */
.benefit-list{
  list-style: none;
  padding: 0;
  margin-top: 16px;
}

.benefit-list li{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* ICON CONTAINER */
.benefit-icon{
  width: 28px;
  height: 28px;
  background: rgba(47,140,201,0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;

}

/* ICON */
.benefit-icon i{
  font-size: 13px;
  color: #2f8cc9;
   color: #1f5c82;
  
}

/* TEXT */
.benefit-text{
  font-size: 13px;
  line-height: 1.6;
  color: #1f5c82;
  /* color: #1f3949; */
  font-weight: 600;
}


@media (max-width: 880px) {
  .mega-right h5 {
    font-size: 15px;
    font-weight: bold;
    /* font-size: 30px; */
    
  }


}

/*section1*/
/* ===============================
   HERO SECTION
================================= */

.hero-cleanroom {
  position: relative;
  /* padding: 160px 20px 160px; */
  padding: 80px 20px 100px;
  /* background: #ffffff; */
  background: white;
  overflow: hidden;
  text-align: center;
  /* overflow-x: hidden; */
}

/* ===== WAVE BACKGROUND ===== */

.hero-wave-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 350px;
  z-index: 1;
  pointer-events: none;
}

/* ===== CONTENT CONTAINER ===== */

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}

/* ===== EYEBROW TEXT ===== */

.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 1px;
  color: #2f8cc9;
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  text-transform: uppercase;
}



.energy-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 6%;
  /* font-family: 'Segoe UI', sans-serif; */
  background: white;

  
  /* background: linear-gradient(
    135deg,
    #e9f3fb 0%,
    #f5f7fa 60%,
    #e3f0fa 100%
  ); */
}

/* FLOATING BACKGROUND CIRCLES */
.hero-circle{
  position:absolute;
  border-radius:50%;
  background:linear-gradient(145deg,#2f8cc9,#66b2e6);
  opacity:.15;
  filter:blur(2px);
  z-index:0;
}

.circle1{
  width:260px;
  height:260px;
  left:40px;
  top:100px;
}

.circle2{
  width:140px;
  height:140px;
  left:240px;
  bottom:30px;
}

.circle3{
  width:300px;
  height:300px;
  right:-120px;
  top:80px;
}

.circle4{
  width:220px;
  height:220px;
  left:80%;
  top:80%;
  transform:translate(-100%,-40%);
  opacity:.10;          /* lighter so text stays readable */
}

/* keep content above circles */
.energy-container{
  position:relative;
  z-index:2;
}

/* ===== HEADING ===== */

.hero-inner h1 {
  /* font-size: clamp(28px, 6vw, 56px); */
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 24px;
  color: #000000;
}

.hero-inner h1 span {
  color: #2f8cc9;
}

/* ===== PARAGRAPH ===== */

.hero-inner p {
  /* font-size: clamp(14px, 2.5vw, 16px); */
  /* line-height: 1.7;
  color: #1f5c82;
  max-width: 760px;
  margin: 0 auto 40px; */
  /* font-size: 70px; */
  /* font-size: 16px;
   font-family: 'Segoe UI', sans-serif; */


    font-size: 14px;
  line-height: 1.6;
  /* color: #333; */
  /* max-width: 560px; */
  /* margin-bottom: 30px; */
  /* color: #666; */
  color: #1f5c82;
  /* font-family: 'Inter', sans-serif; */
  /* font-family: 'Poppins', sans-serif; */
}





/* ===== BUTTON AREA ===== */

.hero-actions {
  display: flex;
  justify-content: center;
}

/* ===== BUTTON STYLE ===== */

.btn-outline {
  border: 1px solid #000;
  color: #000;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}

.btn-outline:hover {
  background: #f2f6fb;
}



/* Logo wrapper */
.hero-logo-wrap{
  margin-bottom: 18px;
}

/* Logo image */
.hero-logo{
  max-width: 260px;
  width: 100%;
  height: auto;
}

/* Keep heading strong */
.hero-inner h1{
  font-size: clamp(30px,5vw,56px);
  font-weight: 800;
  line-height: 1.1;
  
}

/* Heading color */
.hero-inner h1 span{
  color:#1F6FB2;   /* upgraded professional blue */
}




/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 1024px) {
  .hero-cleanroom {
    padding: 140px 20px 140px;
  }
}

@media (max-width: 768px) {
  .hero-cleanroom {
    padding: 120px 16px 120px;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-wave-bg {
    min-height: 250px;
  }
}

@media (max-width: 480px) {
  .hero-cleanroom {
    padding: 110px 16px 100px;
  }

  .hero-inner h1 {
    line-height: 1.15;
  }

  .hero-inner p {
    margin-bottom: 32px;
  }
}

/*section*/

/* ================= HERO SECTION ================= */

.hero-cleanroom {
  position: relative;
  padding: 180px 0 150px;
  overflow: hidden;
  background: #ffffff;
}

/* ---------- Background Waves ---------- */
.hero-wave-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;               /* overscan but centered */
  min-height: 800px;
  z-index: 1;
  pointer-events: none;
}

/* ---------- Content Wrapper ---------- */
.hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;           /* IMPORTANT for mobile */
  text-align: center;
  z-index: 2;
}

/* ---------- Text ---------- */
.hero-eyebrow {
  display: block;
  
  font-size: 12px;
  /* letter-spacing: 1.5px; */
  font-weight: 600;
  color: #2f8cc9;
  margin-bottom: 16px;

  color: #2f8cc9;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-inner h1 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 24px;
}

.hero-inner h1 span {
  
  /* color: #1f5c82; */
   color: #0e2f44;
    /* color: #123b5c; */
}

.hero-inner p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 760px;
  margin: 0 auto 40px;
  color: #1f5c82;
}

/* ---------- CTA ---------- */
.hero-actions {
  display: flex;
  justify-content: center;
}

.btn-outline {
  border: 1px solid #000;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* ================= TABLET ================= */
@media (max-width: 1024px) {
  .hero-inner h1 {
    font-size: 46px;
  }

  .hero-cleanroom {
    padding: 140px 0 160px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .hero-cleanroom {
    padding: 120px 0 100px;
  }

  .hero-inner h1 {
    font-size: 38px;
  }

  .hero-inner p {
    font-size: 15px;
  }

  .hero-wave-bg {
    width: 140%;   /* keeps waves centered on small screens */
  }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 360px) {
  .hero-inner h1 {
    font-size: 32px;
  }

  .hero-inner p {
    font-size: 14px;
  }
}


/*section2*/


/* ================= ENG BLOG SECTION ================= */

.eng-blog {
  padding: 2px 8%;
  background: #f5f7f9;
  /* font-family: "Segoe UI", sans-serif; */
  overflow-x: hidden;
  margin-top: 60px;
}

/* GRID LAYOUT */

.eng-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT CONTENT */

.eng-feature {
  display: block;
}

.eng-content .tag {
  font-size: 12px;
  background: #e8f1f7;
  color: #2b8cc4;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 14px;
  font-weight: 600;
}

.eng-content h2 {
  font-size: 18px;
  margin-bottom: 14px;
  /* font-weight: 600; */
  color: #0e2f44;
}

.eng-content p {
  color: #1f5c82;
  line-height: 1.6;
  margin-bottom: 20px;
  /* font-family: "Inter", sans-serif; */
  font-size: 14px;
   /* font-family: "Segoe UI", sans-serif; */
}

.eng-content .author {
  color: #2b8cc4;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

/* RIGHT LIST */

.eng-list {
  background: #eef2f5;
  padding: 28px;
  border-radius: 6px;
}

.eng-list .tag {
  font-size: 12px;
  color: #2b8cc4;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

.post {
  margin-bottom: 22px;
}

.post h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.45;
  color: #000;
  color: #0e2f44;
}



.eng-points {
  padding-left: 18px;
  margin: 0;
}

.eng-points li {
  font-size: 14px;
  line-height: 1.6;
  color: #0e2f44;
  margin-bottom: 16px;
  list-style: disc;
  margin-top: 20px;
}

.eng-points li::marker {
  color: #2b8cc4;
  font-size: larger;
}






/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 1000px) {
  .eng-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .eng-blog {
    padding: 20px 6%;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .eng-blog {
    padding: 16px;
  }

  .eng-content h2 {
    font-size: 20px;
  }

  .post h4 {
    font-size: 14px;
  }
}


/*section3*/



.product-categories {
  padding: 20px 6%;
  /* background: #f6f8fb; */
  text-align: center;
  /* font-family: 'Segoe UI', sans-serif; */
  /* padding: 2px 8%; */
  /* background: #f5f7f9; */
  /* font-family: "Segoe UI", sans-serif; */
  overflow-x: hidden;
}

/* TITLE */
.section-title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0e2f44;
}

.section-title span {
  color: #3aa0e6;
  color: #0e2f44;
}

/* GRID */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.category-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid #e3e8ef;
  text-align: left;
  transition: all .25s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.category-card i {
  font-size: 30px;
  color: #3aa0e6;
  margin-bottom: 18px;
}

.category-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #0e2f44;
}

.category-card p {
  color: #1f5c82;
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 14px;
}

.category-card a {
  color: #1f5c82;
  font-weight: 600;
  text-decoration: none;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .category-grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media(max-width:600px){
  .category-grid {
    grid-template-columns: 1fr;
  }
}


/*section*/

/* TOP BUTTONS */
.top-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 50px;
  padding-top: 30px;
  flex-wrap: wrap;
  /* background: #f5f7f9; */
  /* font-family: "Segoe UI", sans-serif; */
  overflow-x: hidden;
}

/* .top-buttons button {
  padding: 12px 22px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background: #eee;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
} */

.top-buttons button {
  padding: 12px 22px;
  border-radius: 30px;
  /* border: 2px solid #ddd;
  
  background: #eee; */
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;

  display: flex;
  align-items: center;
  gap: 8px;
}

/* .top-buttons button.active {
  border-color: #469ee6;
  background: #fff;
  color: #469ee6;
} */


.top-buttons button i {
  font-size: 14px;
}

.top-buttons button.active {
  /* border-color: #3f91d4; */
  border-color: #2f8cc9;
  background: #fff;
  color: #3d8fd2;
}

/* MAIN SECTION */
/* .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
} */

.section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  /* max-width: 1200px; */
  margin: auto;
  /* padding: 0 40px;    */
  /* background: #f5f7f9; */
  font-family: "Segoe UI", sans-serif;
  overflow-x: hidden;
}


/* LEFT IMAGE */
.left {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.left img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  transition: opacity 0.4s ease;
}

/* RIGHT CONTENT */
.right {
  flex: 1;
  min-width: 300px;
}

.right h4 {
  /* color: #469ee6; */
  color: #2f8cc9;
  margin-bottom: 15px;
  font-size: 14px;
}

.right h2 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #1d0c3f;
  color: #0e2f44;
}

.right p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 14px;
  color: #1f5c82;
}

.right a {
  text-decoration: none;
  color: #1d0c3f;
  font-weight: bold;
}

/* MOBILE */
@media(max-width: 768px) {
  .section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .right h2 {
    font-size: 20px;
  }
  
}

/*section5*/


.agents-section {
  background: #f4f7fb;
  padding: 80px 20px;
  text-align: center;
   overflow: hidden;
}

.agents-container {
  max-width: 1150px;
  margin: auto;
}

.agents-title {
  font-size: 30px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  color: #0e2f44;
}

.agents-title span {
  color: #2f80c3;
  color: #0e2f44;
}

.agents-subtitle {
  margin-top: 20px;
  color: #555;
  font-size: 14px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: #1f5c82;
}

.agents-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.agent-card {
  text-align: left;
}

.agent-icon {
  font-size: 30px;
  /* color: #2f80c3; */
  color: #2f8cc9;
  margin-bottom: 20px;
}

.agent-card h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111;
  color: #0e2f44;
}

.agent-card p {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  color: #1f5c82;
  color: #1f5c82;
}

.agent-icon {
  font-size: 30px;
  /* color: #2f80c3; */
  color: #2f8cc9;
  margin-bottom: 18px;
  display: inline-block;
}

/* Responsive */
@media (max-width: 900px) {
  .agents-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .agents-title {
    font-size: 30px;
  }
}


/*section6*/

.benefits-section{
  padding:20px 20px;
  overflow: hidden;
  
}

.benefits-container{
  max-width:1200px;
  margin:auto;
}

.benefits-title{
  text-align:center;
  font-size:30px;
  margin-bottom:40px;
  color:#152738;
  letter-spacing:1px;
  color: #1f5c82;
  color: #0e2f44;
  font-weight: 800;
  
}


.benefits-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:40px;
}


.benefit-card{
  background:rgba(255,255,255,0.7);
  backdrop-filter:blur(15px);
  padding:40px;
  border-radius:20px;
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
  transition:all 0.4s ease;
}

.benefit-card:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

/* Highlight Middle Card */
.benefit-card.highlight{
  /* background:linear-gradient(135deg,#4f9ee3,#2e6fd8); */
  background: #2f8cc9;
  color:white;
}

.benefit-card h3{
  font-size:18px;
  margin-bottom:25px;
  
  
}

/* LIST STYLE */
.benefit-card ul{
  list-style:none;
  padding:0;
}

.benefit-card ul li{
  /* margin-bottom:15px; */
  font-size:14px;
  position:relative;
  padding-left:20px;
  color: #1f5c82;
  margin-top: 14px;
}

.benefit-card ul li::before{
  content:"✓";
  position:absolute;
  left:0;
  /* color:#2e6fd8; */
  color: #2f8cc9;
  font-weight:bold;
  color: #1f5c82;
}


/* Left Tick */
.benefit-card ul li::before{
  content:"✓";
  position:absolute;
  left:0;
  /* color:#2e6fd8; */
  color: #2f8cc9;
  font-weight:bold;
}

/* Right Icon */
.benefit-card ul li i{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  /* color:#2e6fd8; */
  color: #2f8cc9;
  font-size:14px;
}
/* STATS */
.stats div{
  margin-bottom:25px;
}

.stats span{
  font-size:18px;
  font-weight:bold;
  display:block;
}

.highlight .stats span{
  color:#fff;
}

.stats p{
  font-size:14px;
  margin-top:5px;
  line-height:1.6;
}


/* ================= MOBILE RESPONSIVE ================= */

/* Tablets */
@media (max-width: 1024px) {
  .benefits-title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .benefits-grid {
    gap: 30px;
  }

  .benefit-card {
    padding: 30px;
  }
}

/* Phones */
@media (max-width: 768px) {
  .benefits-title {
    font-size: 28px;
    letter-spacing: 0;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .benefit-card {
    padding: 24px;
    border-radius: 16px;
  }

  .benefit-card h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .benefit-card ul li {
    font-size: 15px;
    padding-left: 18px;
  }

  .benefit-card ul li i {
    display: none; /* remove right icons on mobile */
  }

  /* Disable hover lift on touch devices */
  .benefit-card:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  }
}

/* Small Phones */
@media (max-width: 480px) {
  .benefits-section {
    padding: 16px 14px;
  }

  .benefits-title {
    font-size: 24px;
  }

  .benefit-card {
    padding: 20px;
  }

  .benefit-card ul li {
    font-size: 14px;
  }

  .stats span {
    font-size: 18px;
  }

  .stats p {
    font-size: 14px;
  }
}

/* Ultra-small safety (prevents weird layouts) */
@media (max-width: 320px) {
  .benefits-section {
    padding: 12px;
  }
}


/*section7*/


 .feature-strip{
  background:#f4f6f8;
  padding:90px 8%;
  overflow: hidden;
}

.container{
  max-width:1200px;
  margin:auto;
}

/* TOP HEADING */
.feature-heading{
  /* font-size:42px; */
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'Inter', sans-serif; */
  font-size: 30px;
  line-height: 1.2;
  font-weight:800;
  text-align:center;
  margin-bottom:70px;
  color: #0e2f44;
}
.feature-heading span{
  color: #0e2f44;
  
}

/* GRID */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:70px;
}

/* ITEM */
.feature-item{
  text-align:left;
}

/* ICON */
.feature-icon{
  font-size:30px;
  color:#2f8cc9;
  margin-bottom:20px;
}

/* TITLE */
.feature-item h3{
  font-size:18px;
  margin-bottom:14px;
  /* color: #1f5c82; */
}

/* TEXT */
.feature-item p{
  font-size:14px;
  line-height:1.7;
  color: #1f5c82;
}

/* RESPONSIVE */
@media(max-width:900px){
  .feature-grid{
    grid-template-columns:1fr;
    gap:50px;
  }

  .feature-heading{
    font-size:32px;
  }
}

/*section9*/



    /* SECTION BACKGROUND */
.testimonial-section {
  padding: 20px 20px;
  /* background: #f3f6f9; */
  overflow: hidden;
}

/* CARD CONTAINER */
.testimonial-container {
  max-width: 1250px;
  margin: auto;
  background: white;
  border-radius: 28px;
  padding: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* BLUE DECOR SHAPE TOP RIGHT */
.testimonial-container::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 180px;
  /* background: #2da4cc; */
  background: #2f8cc9;
  border-radius: 120px;
  transform: rotate(35deg);
}

/* LEFT TEXT */
.testimonial-text {
  flex: 1;
  z-index: 2;
}

.logo {
  width: 200px;
  margin-bottom: 20px;
}

.category {
  /* color: #2da4cc; */
  color: #2f8cc9;
  font-weight: 500;
  margin-bottom: 14px;
}

.testimonial-text h2 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  /* color: #0c1b2a; */
  margin-bottom: 28px;
  font-family: none;
  color: #1f5c82;
  color: #0e2f44;
}

.author strong {
  font-size: 16px;
  color: #0c1b2a;
}

.author span {
  color: #5b6875;
  font-size: 14px;
}

/* RIGHT IMAGE */
.testimonial-image {
  flex: 1;
  position: relative;
  z-index: 2;
}

.testimonial-image img {
  width: 90%;
  /* border-radius: 120px 0 120px 0; */
  object-fit: cover;
}

/* ================= MOBILE ================= */
@media (max-width: 900px) {

  .testimonial-container {
    flex-direction: column;
    padding: 40px 28px;
    text-align: center;
  }

  .testimonial-text h2 {
    font-size: 20px;
    font-family: none;
  }

  .testimonial-image img {
    border-radius: 40px;
    margin-top: 20px;
  }

  .logo {
    margin: auto;
    margin-bottom: 18px;
  }
}


/*last section*/


:root{
  --blue-main:#2f8cc9;
  --blue-dark:#1f5c82;
  --footer-bg:#0f172a;
  --text-light:#cbd5e1;
  --text-muted:#94a3b8;
}
.wave-footer{
  position:relative;
  background: var(--footer-bg);
  padding-top:170px;
  padding-bottom:60px;
  overflow:hidden;
}

.wave-top{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:170px;
}

.wave-top path{
  fill:#ffffff;
}
.cta-wrapper{
  position:relative;
  margin-top:-110px;
  padding:0 20px;
  z-index:5;
}

.cta-box{
  max-width:1200px;
  margin:0 auto;
  background: var(--blue-main);
  border-radius:24px;
  padding:60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  color:#fff;
  box-shadow:0 30px 70px rgba(0,0,0,0.25);
}

.cta-text h2{
  font-size:20px;
  margin-bottom:20px;
}

.cta-points{
  list-style:none;
}

.cta-points li{
  margin-bottom:10px;
  font-size:16px;
}

.cta-btn{
  background:#ffffff;
  color:var(--blue-dark);
  padding:14px 28px;
  border-radius:50px;
  text-decoration:none;
  font-weight:bold;
  font-size:16px;
  transition:0.3s;
  white-space:nowrap;
}

.cta-btn:hover{
  background:#e6f2fb;
}

/* ================= FOOTER GRID ================= */

.wave-footer-content{
  max-width:1200px;
  margin:90px auto 0 auto;
  padding:0 20px;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap:50px;
  color:var(--text-light);
}

.footer-col h4{
  color:#ffffff;
  margin-bottom:25px;
  font-size:16px;
  
}

/* ================= FOOTER LIST ================= */

.footer-list{
  list-style:none;
}

.footer-list li{
  display:flex;
  align-items:flex-start;
  gap:15px;
  margin-bottom:22px;
}

/* ICON */

.footer-list li i{
  /* color:var(--blue-main); */
  color: var(--text-light);
  font-size:18px;
  margin-top:5px;
  min-width:22px;
}

/* TEXT WRAPPER */

.footer-item-text{
  display:flex;
  flex-direction:column;
}
/* TITLE */

.footer-item-text a{
  font-size:15px;
  font-weight:600;
  color:#ffffff;
  text-decoration:none;
  margin-bottom:4px;
  transition:0.3s;
}

.footer-item-text a:hover{
  color:var(--blue-main);
}

/* DESCRIPTION */

.footer-item-text span{
  font-size:13px;
  color:var(--text-muted);
  line-height:1.5;
}



.cta-wrapper{
  position:relative;
  margin-top:-110px;
  padding:0 20px;
  z-index:5;
}

.cta-box{
  max-width:1200px;
  margin:0 auto;
  background:#3c87b5;
  border-radius:28px;
  padding:50px 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  color:#ffffff;
}

/* LEFT SIDE */
.cta-left{
  display:flex;
  align-items:center;
  gap:20px;
  min-width:280px;
}

.cta-icon{
  width:80px;
  height:80px;
  background:rgba(255,255,255,0.15);
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:50px;
}

.cta-heading h2{
  font-size:18px;
  font-weight:800;
  line-height:1.6;
}

/* MIDDLE POINTS */
.cta-middle ul{
  list-style:none;
}

.cta-middle li{
  margin-bottom:12px;
  font-size:16px;
  display:flex;
  align-items:center;
  gap:10px;
}

.cta-middle li i{
  color:#ffffff;
  font-size:16px;
}

/* RIGHT BUTTON */
.cta-btn{
  background:#ffffff;
  color:#1f5c82;
  padding:16px 30px;
  border-radius:50px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
  transition:0.3s;
}

.cta-btn:hover{
  background:#e6f2fb;
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

  .cta-box{
    flex-direction:column;
    text-align:center;
  }

  .cta-left{
    flex-direction:column;
  }

  .cta-middle li{
    justify-content:center;
  }

  .cta-right{
    margin-top:20px;
  }

}


/* ================= RESPONSIVE ================= */

@media(max-width:992px){

  .cta-box{
    flex-direction:column;
    text-align:center;
  }

  .cta-btn{
    margin-top:20px;
  }

}

@media(max-width:768px){

  .wave-footer{
    padding-top:130px;
  }

  .cta-wrapper{
    margin-top:-80px;
  }

  .cta-box{
    padding:35px 25px;
  }

  .cta-text h2{
    font-size:20px;
  }

  .cta-points li{
    font-size:14px;
  }

  .wave-top{
    height:130px;
  }

}
@media(max-width:768px){

  /* Center section headings */
  .footer-col h4{
    text-align:center;
  }

  /* Center each li */
  .footer-list li{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  /* Center icon */
  .footer-list li i{
    margin:0 0 10px 0;
  }

  /* Center text wrapper */
  .footer-item-text{
    align-items:center;
  }

}

/* ================= FOOTER BOTTOM ================= */

.footer-bottom{
  background:#255a78;
  padding:18px 20px;
  /* margin-top:60px; */
}

.footer-bottom-inner{
  max-width:1200px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#ffffff;
  font-size:16px;
}

.footer-links{
  display:flex;
  gap:30px;
}

.footer-links a{
  color:#ffffff;
  text-decoration:none;
  transition:0.3s;
}

.footer-links a:hover{
  opacity:0.8;
}

.footer-copy{
  text-align:right;
}

/* ================= RESPONSIVE ================= */

@media(max-width:768px){

  .footer-bottom-inner{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }

  .footer-links{
    justify-content:center;
  }

  .footer-copy{
    text-align:center;
  }

}


/* @media (max-width: 768px) {

  .hero-cleanroom {
    padding: 120px 16px 140px;
  }

  .hero-inner {
    max-width: 100%;
  }

  .hero-wave-bg {
    min-height: 300px;
  }

}
@media (max-width: 768px) {
  .hero-wave-bg path {
    stroke-width: 25;
  }
} */



.arrow{
  color: #2f8cc9;
  margin-left: 8px;
  display: inline-block;
  transform: scale(1.6) translateY(0.1px);
  transform-origin: left center;
}

.dms-audience-tabs{
  padding:90px 20px;
  background:#f4f7fb;
}

.dms-audience-wrapper{
  max-width:800px;
  margin:auto;
  text-align:center;
}

.dms-audience-heading{
  font-size:32px;
  font-weight:800;
  color:#0e2f44;
}

.dms-audience-desc{
  margin-top:20px;
  font-size:15px;
  color:#1f5c82;
  line-height:1.6;
}

.dms-tabs{
  margin-top:50px;
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.dms-tab{
  padding:10px 22px;
  border:none;
  background:#e6eef6;
  color:#0e2f44;
  font-weight:600;
  border-radius:30px;
  cursor:pointer;
  transition:all .3s ease;
}

.dms-tab.active{
  background:#2f8cc9;
  color:white;
}

.dms-tab-content{
  display:none;
  margin-top:40px;
  font-size:15px;
  line-height:1.7;
  color:#1f5c82;
  max-width:650px;
  margin-left:auto;
  margin-right:auto;
}

.dms-tab-content.active{
  display:block;
}

.dms-tab{
  padding:12px 22px;
  border:none;
  background:#e6eef6;
  color:#0e2f44;
  font-weight:600;
  border-radius:30px;
  cursor:pointer;
  transition:all .25s ease;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
}

.dms-tab i{
  font-size:16px;
  color:#2f8cc9;
}

.dms-tab.active{
  background:#2f8cc9;
  color:white;
}

.dms-tab.active i{
  color:white;
}





/* CONTAINER */

.feature-carousel-container{
max-width:1500px;
margin:auto;
position:relative;
padding:0 100px; /* space for arrows */
}


/* NAV BUTTONS */

.feature-carousel-nav{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#fff;
border:1px solid #ddd;
width:45px;
height:45px;
border-radius:50%;
cursor:pointer;
font-size:16px;
display:flex;
align-items:center;
justify-content:center;
transition:.3s;
z-index:10;
border-color:#2f8cc9;
background-color: #2f8cc9;
}

/* .feature-carousel-prev{
left:0;
}

.feature-carousel-next{
right:0;
} */

.feature-carousel-prev{
left:35px;
}

.feature-carousel-next{
right:35px;
}
.feature-carousel-nav:hover{
background:#2f8cc9;
color:#fff;
border-color:#2f8cc9;
}


.feature-carousel-prev i,
.feature-carousel-next i {
  color: #ffffff;
}

/* MAIN SECTION */

.feature-carousel-section{
display:flex;
align-items:center;
gap:60px;
max-width:1200px;
margin:auto;
font-family:"Segoe UI",sans-serif;
margin-top: 50px;
}


/* LEFT IMAGE */

.feature-carousel-left{
flex:1;
text-align:center;
}

.feature-carousel-left img{
max-width:520px;
width:100%;
border-radius:18px;
transition:opacity .4s ease;
}


/* RIGHT CONTENT */

.feature-carousel-right{
flex:1;
}

.feature-carousel-right h4{
color:#2f8cc9;
margin-bottom:12px;
font-size:14px;
}

.feature-carousel-right h2{
font-size:24px;
margin-bottom:16px;
color:#0e2f44;
}

.feature-carousel-right p{
color:#1f5c82;
line-height:1.6;
font-size:14px;
}


/* DOTS */

.feature-carousel-dots{
text-align:center;
margin-top:10px;
margin-bottom: 40px;
}

.feature-carousel-dot{
height:10px;
width:10px;
background:#ccc;
border-radius:50%;
display:inline-block;
margin:0 5px;
cursor:pointer;
}

.feature-carousel-dot.active{
background:#2f8cc9;
}


/* TABLET */

@media(max-width:1024px){

.feature-carousel-section{
gap:40px;
}

.feature-carousel-left img{
max-width:360px;
}

}


/* MOBILE */

/* @media(max-width:768px){

.feature-carousel-container{
padding:0 20px;
}

.feature-carousel-section{
flex-direction:column;
text-align:center;
gap:30px;
}

.feature-carousel-right{
padding:0 10px;
}

.feature-carousel-right h2{
font-size:22px;
line-height:1.3;
}

.feature-carousel-right p{
font-size:14px;
line-height:1.6;
}

.feature-carousel-left img{
max-width:320px;
}

.feature-carousel-nav{
display:none;
}

.feature-carousel-dots{
margin-top:20px;
padding-bottom:10px;

}

} */


/* MOBILE */

@media(max-width:768px){

.feature-carousel-container{
padding:0 20px;
}

.feature-carousel-section{
flex-direction:column;
text-align:center;
gap:30px;
}

.feature-carousel-right{
padding:0 10px;
}

.feature-carousel-right h2{
font-size:22px;
line-height:1.3;
}

.feature-carousel-right p{
font-size:14px;
line-height:1.6;
}

.feature-carousel-left img{
max-width:320px;
}


.feature-carousel-nav{
display:flex;
width:30px;
height:30px;
font-size:12px;
}


.feature-carousel-prev{
left:10px;
}

.feature-carousel-next{
right:10px;
}

.feature-carousel-dots{
margin-top:20px;
padding-bottom:10px;
}

}

/* IMAGE MODAL */

.feature-image-modal{
display:none;
position:fixed;
z-index:9999;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
justify-content:center;
align-items:center;
}

/* CENTER IMAGE */

.feature-image-modal-content{
max-width:80%;
max-height:80%;
border-radius:10px;
animation:featureZoom .3s ease;
}

/* CLOSE BUTTON */

.feature-image-close{
position:absolute;
top:30px;
right:40px;
color:#fff;
font-size:40px;
cursor:pointer;
}

/* ZOOM ANIMATION */

@keyframes featureZoom{
from{transform:scale(.7);opacity:.5;}
to{transform:scale(1);opacity:1;}
}